s390/sclp_vt220: fix console name to match device
authorValentin Vidic <vvidic@valentin-vidic.from.hr>
Tue, 27 Apr 2021 19:40:10 +0000 (21:40 +0200)
committerSalvatore Bonaccorso <carnil@debian.org>
Thu, 23 Sep 2021 20:35:21 +0000 (21:35 +0100)
commita7f658e65482e196268ef02216909641b2c3d45a
tree49189c076f74d117abf5b31d92f7c594bcfe51a0
parent92b82fcb864255dce08acac188564e01900f0f81
s390/sclp_vt220: fix console name to match device

Origin: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git/commit?id=78cddc9aa6be2122da9ee3a4d2fff0be5db08cea
Bug-Debian: https://bugs.debian.org/961056

[ Upstream commit b7d91d230a119fdcc334d10c9889ce9c5e15118b ]

Console name reported in /proc/consoles:

  ttyS1                -W- (EC p  )    4:65

does not match the char device name:

  crw--w----    1 root     root        4,  65 May 17 12:18 /dev/ttysclp0

so debian-installer inside a QEMU s390x instance gets confused and fails
to start with the following error:

  steal-ctty: No such file or directory

Signed-off-by: Valentin Vidic <vvidic@valentin-vidic.from.hr>
Link: https://lore.kernel.org/r/20210427194010.9330-1-vvidic@valentin-vidic.from.hr
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Gbp-Pq: Topic bugfix/s390x
Gbp-Pq: Name s390-sclp_vt220-fix-console-name-to-match-device.patch
arch/s390/kernel/setup.c
drivers/s390/char/sclp_vt220.c